home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132
/
(Vol 132) Jun 09 2011.iso
/
Games
/
baby_chute.swf
/
scripts
/
DefineButton2_91
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
229 b
|
12 lines
on(release){
_root.xyloSnd.start();
_root.instuctions.onEnterFrame = function()
{
this._x += (251 - this._x) / 5;
if(this._x >= 250)
{
this.onEnterFrame = undefined;
}
};
}